From 9c231f51f10e26272a2682b4befea0501f9f4f79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 8 Jan 2007 17:58:28 +0000 Subject: [PATCH] (init_keyboard): Initialize interrupt_input_blocked and interrupt_input_pending. --- src/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/keyboard.c b/src/keyboard.c index 5e2a8171ff3..f8f751161c4 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -11020,6 +11020,8 @@ init_keyboard () do_mouse_tracking = Qnil; #endif input_pending = 0; + interrupt_input_blocked = 0; + interrupt_input_pending = 0; /* This means that command_loop_1 won't try to select anything the first time through. */ -- 2.30.2